QueryObjectsRequest

data class QueryObjectsRequest(prototypeObjectId: RemoteObjectId, objectGroup: String?)

Represents request frame that can be used with Runtime#queryObjects operation call.

See also

Constructors

QueryObjectsRequest
Link copied to clipboard
fun QueryObjectsRequest(prototypeObjectId: RemoteObjectId, objectGroup: String? = null)

Properties

objectGroup
Link copied to clipboard
val objectGroup: String? = null
Symbolic group name that can be used to release the results.
prototypeObjectId
Link copied to clipboard
val prototypeObjectId: RemoteObjectId
Identifier of the prototype to return objects for.

Sources

jvm source
Link copied to clipboard